ci: Enable -fanalyzer
authorColin Walters <walters@verbum.org>
Thu, 14 Oct 2021 14:40:39 +0000 (10:40 -0400)
committerColin Walters <walters@verbum.org>
Fri, 15 Oct 2021 19:44:04 +0000 (15:44 -0400)
commitfda41e8d249e479a02f67c7b3e31c98f0bb8d553
tree276394f6439c4692a593ae50eb3edc7fa71c3df7
parentec8cf31e98c0901758b9504a196ca007a358fc3b
ci: Enable -fanalyzer

Followup to https://github.com/ostreedev/ostree/pull/2463

One thing I noticed here is we lost usage of `build-check.sh`
which also invokes `clang`, which doesn't speak `-fanalyzer`
and would be broken by this if we try to enable `build-check.sh`
again.  But that can come later.
ci/build.sh